home *** CD-ROM | disk | FTP | other *** search
/ Aztech's Super Games / Aztech's Super Games (Aztech New Media Corp)(1994).ISO / for_pc / install.bat < prev    next >
DOS Batch File  |  1994-08-24  |  861b  |  28 lines

  1. @echo off
  2. echo This program will launch Microsoft Windows and request
  3. echo the SETUP program for the "Aztech New Media Corp. Stock
  4. echo Image Library Sampler Demo" to install itself.
  5. echo .
  6. echo If you do not have Microsoft Windows. You cannot use 
  7. echo this demo. 
  8. echo .
  9. echo The application to view the catalogs uses
  10. echo about 3 Megabytes of hard disk space.
  11. echo .
  12. echo If you are currently running the menu program
  13. echo from Microsoft Windows read the README.1ST in
  14. echo the FOR_PC Directory for further instructions.
  15. echo .
  16. echo If you wish to continue this installer press the
  17. echo Y key, any other key will abort this installer.
  18. echo The Installer will then return to main menu.
  19. echo.
  20. echo Continue Installation?
  21. KBD YA
  22. if errorlevel=1 goto Install
  23. goto quit
  24. :Install
  25. WIN \for_pc\setup.exe
  26. :quit
  27. echo Returning to Main Menu.
  28.